object FormInforConf: TFormInforConf Left = 441 Top = 281 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Agregar informaci�n confidencial' ClientHeight = 336 ClientWidth = 437 Color = 14215660 Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] Icon.Data = {} OldCreateOrder = False Position = poOwnerFormCenter Scaled = False PixelsPerInch = 96 TextHeight = 13 object PlaGroupBox1: TPlaGroupBox Left = 14 Top = 12 Width = 411 Height = 277 TitleFont.Charset = DEFAULT_CHARSET TitleFont.Color = 13977088 TitleFont.Height = -11 TitleFont.Name = 'Tahoma' TitleFont.Style = [] Anchors = [] Caption = 'Indicar informaci�n a proteger' TabOrder = 0 object Label6: TLabel Left = 188 Top = 252 Width = 202 Height = 13 Anchors = [] Caption = 'Ejemplo: 123-45-678901234' Constraints.MaxWidth = 202 Constraints.MinWidth = 202 Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsItalic] ParentFont = False Transparent = True end object Label5: TLabel Left = 7 Top = 231 Width = 115 Height = 13 Anchors = [] Caption = 'Informaci�n a proteger:' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False Transparent = True end object Label4: TLabel Left = 11 Top = 201 Width = 385 Height = 13 Anchors = [] Caption = 'Ejemplo: N�mero de cuenta' Constraints.MaxWidth = 385 Constraints.MinWidth = 385 Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsItalic] ParentFont = False Transparent = True end object Label3: TLabel Left = 9 Top = 130 Width = 58 Height = 13 Anchors = [] Caption = 'Descripci�n:' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False Transparent = True end object Label2: TLabel Left = 8 Top = 106 Width = 99 Height = 13 Anchors = [] Caption = 'Tipo de Informaci�n:' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False Transparent = True end object Label7: TLabel Left = 8 Top = 57 Width = 390 Height = 44 Anchors = [] AutoSize = False Caption = 'Por tu seguridad dicha informaci�n no podr� ser visualizada. Por' + ' ello te recomendamos que especifiques una descripci�n suficient' + 'emente aclarativa. ' Constraints.MaxWidth = 390 Constraints.MinWidth = 390 Transparent = True WordWrap = True end object Label1: TLabel Left = 8 Top = 30 Width = 390 Height = 13 Anchors = [] Caption = 'Indica la informaci�n confidencial que deseas proteger.' Constraints.MaxWidth = 390 Constraints.MinWidth = 390 Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False Transparent = True WordWrap = True end object PlaEditInfoProteger: TPlaEdit Left = 189 Top = 227 Width = 210 Height = 21 Anchors = [] Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] MaxLength = 100 ParentFont = False TabOrder = 0 Transparent = False OnChange = PlaEditInfoProtegerChange OnKeyPress = PlaEditInfoProtegerKeyPress end object PlaEditDescripcion: TPlaMemo Left = 9 Top = 149 Width = 390 Height = 51 Alignment = taLeftJustify Anchors = [] Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] HideSelection = False MaxLength = 250 OEMConvert = False ParentFont = False ReadOnly = False TabOrder = 1 WantReturns = True WantTabs = False WordWrap = True OnChange = PlaEditDescripcionChange OnKeyPress = PlaEditDescripcionKeyPress end object PlaComboBoxTipoInfor: TPlaComboBox Left = 203 Top = 102 Width = 196 Height = 21 Anchors = [] Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False Style = csDropDownList TabOrder = 2 Text = 'Contrase�a' Items.Strings = ( 'Contrase�a' 'Cuenta bancaria' 'Direcci�n de correo electr�nico' 'Direcci�n postal' 'Nombre' 'Numero de la seguridad social' 'PIN' 'Tarjeta de cr�dito' 'Tel�fono') end end object PlaButtonCancelar: TPlaButton Left = 344 Top = 296 Width = 75 Height = 21 Anchors = [akLeft, akBottom] Caption = 'Cancelar' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False TabOrder = 1 OnClick = PlaButtonCancelarClick Cancel = True end object PlaButtonAceptar: TPlaButton Left = 259 Top = 296 Width = 75 Height = 21 Anchors = [akLeft, akBottom] Caption = 'Aceptar' Enabled = False Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False TabOrder = 2 OnClick = PlaButtonAceptarClick end end